projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4921fd
)
tools/libfsimage build: Use generic subdirs rules.
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 25 Mar 2008 09:50:45 +0000
(09:50 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 25 Mar 2008 09:50:45 +0000
(09:50 +0000)
Signed-off-by: Bastian Blank <waldi@debian.org>
tools/libfsimage/Makefile
patch
|
blob
|
history
diff --git
a/tools/libfsimage/Makefile
b/tools/libfsimage/Makefile
index fd40686201ba08326f684b09a4d00d76d163ecfe..6e97308c8bb1fd9e7e38491ee0ed6002c0d7a596 100644
(file)
--- a/
tools/libfsimage/Makefile
+++ b/
tools/libfsimage/Makefile
@@
-4,10
+4,7
@@
include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS-y = common ufs reiserfs iso9660 fat
SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)
-.PHONY: all
-all install clean:
- @set -e; for subdir in $(SUBDIRS-y); do \
- $(MAKE) -C $$subdir $@; \
- done
+.PHONE: all clean install
+all clean install: %: subdirs-%
distclean: clean